home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if getNthFileNameInFolder(the pathName, 1) = "aa01" then
- go(1, "aa01")
- else
- if getNthFileNameInFolder("tdcd:tdcddemoo:", 1) = "aa01" then
- go(1, "tdcd:tdcddemoo:aa01")
- else
- alert("I can't find the correct demo file. You must find the Total Distortion demo folder and open the file named 'aa01'" & RETURN & RETURN & "OK?")
- go(1, "tdcd:tdcddemo:aa01")
- end if
- end if
- end
-